Returns the ProcessServiceManager (central Uno ServiceManager).
ProcessServiceManager (セントラル Uno ServiceManager) を返します。
This function is required when you want to instantiate a service using CreateInstanceWithArguments.
この関数は、CreateInstanceWithArguments を使ってサービスのインスタンスを作成する場合に必要となります。
oServiceManager = GetProcessServiceManager()
oServiceManager = GetProcessServiceManager()
oServiceManager = GetProcessServiceManager()
oServiceManager = GetProcessServiceManager()
oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");
oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");
this is the same as the following statement:
これは、下記のステートメントと同等の働きをします。
oIntrospection = CreateUnoService("com.sun.star.beans.Introspection")
oIntrospection = CreateUnoService( "com.sun.star.beans.Introspection" )